home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / nihcl-30.lha / nihcl-3.0 / vector / todo < prev    next >
Text File  |  1990-05-13  |  358b  |  12 lines

  1. Test length when making a Slct
  2.  
  3. Implement APL-like printOn()
  4.  
  5. Implement type conversions
  6.  
  7. Eliminate glueball
  8.  
  9. TYPESlice::TYPESlice(const TYPEPick&) and
  10. TYPESlice::TYPESlice(const TYPESlct&) should be implemented as
  11. TYPEPick::operator TYPESlice() and TYPESlct::operator TYPESlice(), but
  12. this currently doesn't work because TempTYPEVec get destroyed on return.